﻿/** �������߾� **/
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, /* structural elements �ṹԪ�� */
dl, dt, dd, ul, ol, li, /* list elements �б�Ԫ�� */
pre, /* text formatting elements �ı���ʽԪ�� */
form, fieldset, legend, button, input, textarea, /* form elements ��Ԫ�� */
th, td /* table elements ���Ԫ�� */ {
    margin: 0;
    padding: 0;
}
.tip-box{ display:block; text-align:center; height:20px; line-height:20px; color:#f90; font-size:13px; padding-top:10px;}
/** ����Ĭ������ **/
body,button, input, select, textarea /* for ie */ {
    font: 14px/1.0 "Arial","Microsoft YaHei","����","����","KaiTi",sans-serif;
}
h1, h2, h3, h4, h5, h6 { font-size: 100%; font-weight: normal;}
address, cite, dfn, em, var, i { font-style: normal; } /* ��б����� */
code, kbd, pre, samp { font-family: courier new, courier, monospace; } /* ͳһ�ȿ����� */
small { font-size: 12px; } /* С�� 12px �����ĺ����Ķ�, �� small ������ */

/** �����б�Ԫ�� **/
ul, ol { list-style: none; }

/** �����ı���ʽԪ�� **/
a { text-decoration: none; -webkit-tap-highlight-color: rgba(0,0,0,0);}
a:hover { text-decoration: none; cursor: pointer; }

sup { vertical-align: text-top; } /* ����, ���ٶ��иߵ�Ӱ�� */
sub { vertical-align: text-bottom; }

/** ���ñ�Ԫ�� **/
legend { color: #000; } /* for ie6 */
fieldset, img { border: 0; } /* img ������������ img �ޱ߿� */
button, input, select, textarea { font-size: 100%; outline: none;} /* ʹ�ñ�Ԫ���� ie ���ܼ̳������С */
button, input[type="button"] { cursor: pointer}
input::-ms-clear{display:none;}/*�����ı������*/
input::-ms-reveal{display:none;}/*���������С�۾�*/
/* ע��optgroup �޷����� */

/** ���ñ��Ԫ�� **/
table { border-collapse: collapse; border-spacing: 0; }

/* ���� HTML5 Ԫ�� */
article, aside, details, figcaption, figure, footer,header, hgroup, menu, nav, section,
summary, time, mark, audio, video {
    display: block;
    margin: 0;
    padding: 0;
}

html{
	
}
body{
	
}
.clear_both::after{
	content:".";
	display:block;
	height:0;
	visibility:hidden;
	clear:both;
}
.w1320{
	max-width: 1320px;
	width: 80%;
	margin: 0 auto;
	box-sizing: border-box;
}
.w100{
	background-color: #ff0;
	width: 50%;
	margin: 0 auto;
	box-sizing: border-box;
}



.login_box{

}
.login_head_box{
	padding: 30px 5%;
}
.login_head_box>a{
	display: inline-block;
	width: 342px;
	height: 60px;
	background: url(../img/login.png) no-repeat;
	background-size: 342px 60px;
}
.login_head_box>span{
	width: 396px;
	height: 60px;
	background: url(../img/tp1.png) no-repeat;
	background-size: 396px 60px;
	float: right;
}
.login_body_box{
	background: url(../img/bg1.jpg) no-repeat;
	background-size: 100% 100%;
	padding: 75px 0 90px;
}
.login_body_box form{
	width: 350px;
	background: url(../img/tp2.png) no-repeat #fff;
	margin: 0 auto;
	padding: 30px 28px 62px;
	box-sizing: border-box;
	color: #333;
}
.login_body_box form h6{
	font-size: 18px;
	font-weight: bold;
}
.login_body_box form input{
	height: 38px;
	width: 100%;
	border: 1px solid #dcdcdc;
	padding-left: 10px;
	font-size: 14px;
	margin-top: 28px;
	box-sizing: border-box;
}
.login_body_box form button{
	height: 40px;
	width: 100%;
	background: #ff7800;
	font-size: 16px;
	color: #fff;
	border: none;
	font-weight: bold;
	margin-top: 32px;
}
.login_body_box form p{
	text-align: center;
	font-size: 14px;
	margin-top: 40px;
}
.login_body_box form p a{
	display: inline-block;
	color: #333;
	margin-left: 10px;
}
.login_body_box form p a:hover{
	color: #135e9d;
}
.login_foot_box{
	text-align: center;
	color: #666;
	font-size: 14px;
	padding: 52px 0 42px;
}
.login_foot_box p{
	font-size: 0;
}
.login_foot_box p a{
	display: inline-block;
	font-size: 14px;
	color: #666;
}
.login_foot_box p a:hover{
	color: #135e9d;
}
.login_foot_box p i{
	display: inline-block;
	font-size: 14px;
	color: #666;
	margin: 0 15px;
}
.login_foot_box span{
	display: block;
	margin-top: 32px;
}
.login_foot_box span strong{
	color: #135e9d;
	font-size: 20px;
}



.login_head_box>em{
	float: right;
	line-height: 28px;
	font-size: 14px;
	margin-top: 30px;
}
.login_head_box>em a{
	display: inline-block;
	width: 60px;
	height: 28px;
	line-height: 28px;
	text-align: center;
	border: 1px solid #ccc;
	color: #333;
	border-radius: 4px;
}
.register_body_box{
	padding: 75px 0;
	background: #fafafa;
}
.register_body_box form{
    width: 350px;
    margin: 0 auto;
    padding: 30px 28px 62px;
    box-sizing: border-box;
	color: #333;
	background: #fff;
	font-size: 0;
}
.register_body_box form h6{
	height: 20px;
	line-height: 20px;
	font-size: 18px;
	padding-left: 8px;
	border-left: 2px solid #0d67d6;
	margin-bottom: 28px;
}
.register_body_box form>.inp1{
	height: 40px;
    width: 100%;
    border: 1px solid #dcdcdc;
    padding-left: 10px;
    font-size: 14px;
	box-sizing: border-box;
	margin-bottom: 20px;
}
.register_body_box form>.inp2{
	height: 40px;
    width: 65%;
    border: 1px solid #dcdcdc;
    padding-left: 10px;
    font-size: 14px;
	box-sizing: border-box;
	margin-bottom: 20px;
}
.register_body_box form>.inp3{
	 width: 35%;
	height: 40px;
	background: #0d67d6;
	color: #fff;
	border: none;
	vertical-align: top;
	margin-bottom: 20px;
	font-size: 14px;
}
.register_body_box form label{
	font-size: 14px;
	color: #999;
    display:block;
}
.register_body_box form label input{
	vertical-align: middle;
	margin-top: -2px;
}
.register_body_box form label span{
	color: #0d67d6;
}
.register_body_box form button{
    height: 40px;
    width: 100%;
    background: #ff7800;
    font-size: 16px;
    color: #fff;
    border: none;
    font-weight: bold;
    margin-top: 32px;
    margin-bottom: 5px;
}



.head_box{

}
.head_box .title_div{
	padding: 30px 0;
	text-align: center;
}
.head_box .title_div::after{
	content:".";
	display:block;
	height:0;
	visibility:hidden;
	clear:both;
}
.head_box .title_div>a{
	float: left;
    width: 342px;
    height: 60px;
    background: url(../img/login.png) no-repeat center;
}
.head_box .title_div .i1{
	display: inline-block;
	width: 396px;
    height: 60px;
    background: url(../img/tp1.png) no-repeat center;
}
.head_box .title_div .i2{
	width: 196px;
    height: 60px;
    background: url(../img/tp8.png) no-repeat center;
    float: right;
}
.head_box .link_div{
	height: 50px;
	border-bottom: 1px solid #e3e3e3;
}
.head_box .link_div div{
	height: 51px;
	line-height: 50px;
	border: 1px solid #e3e3e3;
	border-bottom: none;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	font-size: 0;
}
.head_box .link_div p{
	display: block;
	height: 50px;
	box-sizing: border-box;
	margin-right: 190px;
}
.head_box .link_div p a{
	display: inline-block;
	font-size: 16px;
	color: #666;
	width: 14%;
	text-align: center;
	border-right: 1px solid #eee;
}
.head_box .link_div .ts_p a{
	width: 9.8%;
}
.head_box .link_div p a:hover{
	color: #cb0000;
}
.head_box .link_div p .active_a{
	color: #cb0000;
}
.head_box .link_div span{
	float: right;
	font-size: 16px;
	color: #c8c8c8;
	height: 50px;
	margin-right: 15px;
    position:relative;
}
.head_box .link_div span a{
	display: inline-block;
	color: #666;
	padding: 0 13px;
	vertical-align: middle;
    
}
.h-login-avatar {
    width: 30px;
    height: 30px;
    line-height:30px;
    position:absolute;top:10px;left:-25px;
    border-radius: 50%;}
.head_box .link_div span a:first-of-type{
	color: #cb0000;
}
.head_box .title_div .m_div{
	display: none;
	float: right;
	width: 60px;
	height: 60px;
}
.head_box .title_div .m_div div{
    float: right;
    width: 60px;
    height: 100%;
    text-align: center;
    position: relative;
}
.head_box .title_div .m_div div span{
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 2.2rem;
    font-size: 0;
}
.head_box .title_div .m_div div span i{
	display: inline-block;
    width: 36px;
    height: 4px;
    border-radius: 2px;
    background: #135e9d;
    margin: 4px 0;
    opacity: 1;
    transition: 0.5s;
    -webkit-transition: 0.5s;
}
.head_box .title_div .m_div p{
	display: none;
    position: absolute;
    top: 61px;
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 11;
    box-shadow: 0 3px 5px rgba(0,0,0,0.1);
}
.head_box .title_div .m_div p a{
	display: block;
    color: #333;
	font-size: 16px;
	text-align: center;
    height: 45px;
    line-height: 45px;
}
.head_box .title_div .m_div .active_div i:nth-of-type(1){
	-webkit-transform: rotate(45deg) translate(9px, 8px);
    transform: rotate(45deg) translate(9px, 8px);
}
.head_box .title_div .m_div .active_div i:nth-of-type(2){
    opacity: 0;
}
.head_box .title_div .m_div .active_div i:nth-of-type(3){
    -webkit-transform: rotate(-45deg) translate(9px, -8px);
    transform: rotate(-45deg) translate(9px, -8px);
}



.foot_box{
	padding-top: 19px;
	background: url(../img/tp3.jpg) repeat-x #373737;
}
.foot_box>.w1320{
	font-size: 0;
	padding: 30px 0;
}
.foot_box .left_form{
	display: inline-block;
	vertical-align: middle;
	width: 50%;
}
.foot_box .left_form h5{
	font-size: 30px;
	color: #fff;
	font-weight: bold;
}
.foot_box .left_form p{
	font-size: 14px;
	color: #fff;
	margin: 22px 0;
}
.foot_box .left_form input{
	height: 35px;
	background: #fff;
	width: 60%;
	border: none;
	color: #333;
	border-radius: 3px;
	font-size: 14px;
	box-sizing: border-box;
	padding-left: 10px;
	margin-bottom: 20px;
}
.foot_box .left_form textarea{
	height: 120px;
	background: #fff;
	width: 60%;
	border: none;
	color: #333;
	border-radius: 4px;
	font-size: 14px;
	box-sizing: border-box;
	padding: 10px 0 10px 10px;
	margin-bottom: 20px;
}
.foot_box .left_form button{
	height: 35px;
	width: 90px;
	border-radius: 20px;
	background: #e7711b;
	font-size: 16px;
	color: #fff;
	border: none;
	display: block;
}
.foot_box .right_div{
	display: inline-block;
	vertical-align: middle;
	width: 50%;
}
.foot_box .right_div span{
	font-size: 18px;
	color: #fff;
	display: block;
	margin-bottom: 32px;
}
.foot_box .right_div em{
	display: block;
}
.foot_box .right_div em img{
	vertical-align: middle;
	margin-right: 30px;
	width: 140px;
	height: 140px;
}
.foot_box .right_div small{
	font-size: 14px;
	color: #fff;
	display: block;
	margin-top: 38px;
}
.foot_box .bottom_div{
	height: 50px;
	line-height: 50px;
	background: #121212;
}
.foot_box .bottom_div p{
	font-size: 0;
	height: 50px;
}
.foot_box .bottom_div p span{
	font-size: 14px;
    color: #fff;
}
.foot_box .bottom_div p a{
	display: inline-block;
    font-size: 14px;
    color: #aaa;
}
.foot_box .bottom_div p a:hover{
	color: #fff;
}
.foot_box .bottom_div p i{
	display: inline-block;
    font-size: 14px;
    color: #aaa;
    margin: 0 10px;
}
.body_box{

}
.body_box .top_div{
	overflow: hidden;
}
.body_box .top_div img{
	vertical-align: top;
	width: 100%;
	height: auto;
}
.body_box .w1320{
	padding: 30px 0 100px;
}
.body_box .left_div{
	width: 225px;
	box-sizing: border-box;
	float: left;
}
.body_box .left_div h6{
	padding-bottom: 12px;
	background: url(../img/bg2.jpg) repeat-x left bottom;
}
.body_box .left_div h6 strong{
	font-size: 26px;
	color: #ccc;
	display: block;
	margin-bottom: 8px;
	font-weight: normal;
}
.body_box .left_div h6 span{
	font-size: 22px;
	color: #135e9d;
	display: block;
}
.body_box .left_div h6 span a{
	font-size: 14px;
	color: #a51807;
	float: right;
	margin-top: 6px;
}
.body_box .left_div .div1{
	margin-bottom: 40px;
}
.body_box .left_div .div1 .ul1 a{
	display: block;
}
.body_box .left_div .div1 .ul1{

}
.body_box .left_div .div1 .ul1>li{
	line-height: 36px;
	margin-top: 10px;
	border-bottom: 1px solid #f3f3f3;
}
.body_box .left_div .div1 .ul1>li>a{
	color: #888;
}
.body_box .left_div .div1 .ul1>li>a::before{
	content: "";
	width: 8px;
	height: 8px;
	background: url(../img/you.png);
	margin-right: 4px;
	transition: 0.3s;
	-webkit-transition: 0.3s;
	display: inline-block;
	vertical-align: middle;
	margin-top: -2px;
}
.body_box .left_div .div1 .ul2{
	display: none;
}
.body_box .left_div .div1 .ul2>li{
	margin-top: 5px;
}
.body_box .left_div .div1 .ul2>li>a{
	background: #f7f7f7;
	color: #111;
	font-size: 14px;
	padding-left: 20px;
}
.body_box .left_div .div1 .ul2>li a::before{
	content: "";
	width: 4px;
	height: 4px;
	background: #999;
	margin-right: 10px;
	display: inline-block;
	vertical-align: middle;
	margin-top: -2px;
}
.body_box .left_div .div1 .ul3{
	margin-bottom: 10px;
	display: none;
}
.body_box .left_div .div1 .ul3>li{
	border-bottom: 1px dotted #d0d0d0;
}
.body_box .left_div .div1 .ul3>li>a{
	padding-left: 40px;
	color: #999;
}
.body_box .left_div .div1 .ul1 .active_li>a{
	color: #cb0000;
}
.body_box .left_div .div1 .ul1>.active_li>a::before{
	background: url(../img/xia.png);
}
.body_box .left_div .div2{
	margin-bottom: 40px;
}
.body_box .left_div .div2 p{
	margin-top: 15px;
}
.body_box .left_div .div2 p a{
	height: 35px;
	line-height: 35px;
	border-bottom: 1px dotted #d4d4d4;
	display: block;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	font-size: 14px;
	color: #888;
}
.body_box .left_div .div2 p a::before{
	content: "";
    width: 4px;
    height: 4px;
    background: #999;
    margin-right: 10px;
    display: inline-block;
    vertical-align: middle;
    margin-top: -2px;
}
.body_box .left_div .div3{

}
.body_box .left_div .div3 span{
	position: relative;
	display: block;
	margin-bottom: 20px;
}
.body_box .left_div .div3 span img{
	vertical-align: top;
	width: 100%;
}
.body_box .left_div .div3 span small{
	width: 100%;
	text-align: center;
	display: block;
	position: absolute;
	height: 16px;
	color: #fff;
	font-size: 16px;
	margin: auto;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}
.body_box .left_div .div3 em{
	font-size: 13px;
	color: #333;
	display: block;
	line-height: 20px;
	padding: 6px 0 6px 30px;
}
.body_box .left_div .div3 .dz_em{
	background: url(../img/tb2.jpg) no-repeat left center;
}
.body_box .left_div .div3 .dh_em{
	background: url(../img/tb3.jpg) no-repeat left center;
}
.body_box .left_div .div3 .kf_em{
	background: url(../img/tb4.jpg) no-repeat left center;
}
.body_box .right_div{
	width: calc(100% - 225px);
	box-sizing: border-box;
	float: left;
	padding-left: 32px;
}
.body_box .right_div .top_p{
	font-size: 14px;
	color: #adadad;
	background: url(../img/tb1.png) no-repeat left 2px;
	padding-left: 20px;
	padding-bottom: 8px;
	height: 18px;
	line-height: 18px;
	border-bottom: 1px solid #f3f3f3;
}
.body_box .right_div .top_p a{
	color: #adadad;
}
.body_box .about_div{

}
.body_box .about_div h4{
	text-align: center;
	padding: 36px 0 20px;
}
.body_box .about_div h4 strong{
	text-transform: uppercase;
	font-size: 18px;
	color: #c5c5c5;
	display: inline-block;
	margin-bottom: 12px;
}
.body_box .about_div h4 span{
	font-size: 24px;
	color: #111;
	display: inline-block;
	margin-bottom: 12px;
}
.body_box .about_div h4 i{
	display: inline-block;
	height: 3px;
	width: 48px;
	background: #111;
	vertical-align: top;
}
.body_box .about_div .ts_h4{
	border-bottom: 1px solid #e6e6e6;
	margin-bottom: 42px;
}
.body_box .about_div .ts_h4 small{
	font-size: 12px;
	color: #acacac;
}
.body_box .about_div .content_div{
	text-align: center;
	overflow:hidden;
}
.body_box .about_div .content_div p{
	text-align: justify;
	font-size: 14px;
	color: #777;
	line-height: 22px;
	/* text-indent: 28px; */
	margin-bottom: 30px;
}
.body_box .about_div .content_div p img{
	display: inline-block;
padding-right:10px;
	width: auto;
	height: auto;
	max-width: 100%;
	margin: 0 auto;
}
.body_box .about_div .content_div>img{
	display: block;
	width: auto;
	height: auto;
	max-width: 100%;
	margin: 0 auto;
	margin-top: 30px;
}
.body_box .about_div .content_div h6{
	font-size: 18px;
	color: #000;
	margin: 50px 0 26px;
	font-weight: bold;
}
.body_box .about_div .content_div .mydiv{
	border-top: 1px dashed #828282;
	padding-top: 15px;
	margin-top: 50px;
    text-align:left;
}
.body_box .about_div .content_div .mydiv strong{
	display:block;
    margin-bottom:10px;
    width:50%;float:left;
}
.body_box .about_div .content_div .mydiv strong.next1{
	float:right;
    text-align:right;
}
.body_box .about_div .content_div .mydiv a{
	color: #135e9d;
	font-size: 14px;
	
}
.body_box .about_div .content_div .mydiv a:nth-of-type(2){
	float: right;
}
.body_box .about_div .content_div .mydiv a strong{
	color: #333;
}
.body_box .about_div .content_div p .ts_span{
	display: block;
	text-align: center;
	font-size: 14px;
	color: #828282;
	line-height: 30px;
	text-indent: 0;
	margin-top: 50px;
}
.body_box .about_div .content_div p .ts_span em{
	margin-right: 24px;
}
.body_box .about_div .content_div p .ts_span strong{
	font-size: 16px;
	color: #333;
}
.body_box .about_div .content_div p .ts_span a{
	display: inline-block;
	width: 82px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	background: #f37902;
	color: #fff;
	vertical-align: middle;
}
.body_box .about_div .content_p{
	text-align: center;
	padding-top: 20px;
	font-size: 18px;
	color: #111;
}
.body_box .about_div .content_p .pcontent{
	display: block;
	height: 38px;
	line-height: 38px;
	margin-top: 32px;
}
.body_box .about_div .content_p .pcontent a{
	display: inline-block;
	width: 136px;
	height: 38px;
	text-align: center;
	background: #135e9d;
	color: #fff;
}
.body_box .about_div .content_p .pcontent em{
	margin-left: 36px;
}



.body_box .about_div .menu_div{
	font-size: 0;
	text-align: center;
}
.body_box .about_div .menu_div h6{
	margin-bottom: 15px;
}
.body_box .about_div .menu_div h6 a{
	display: inline-block;
	width: 130px;
	height: 40px;
	box-sizing: border-box;
	border: 1px solid #e3e3e3;
	margin: 0 6px;
	line-height: 38px;
	text-align: center;
	font-size: 18px;
	color: #000;
	transition: 0.5s;
	-webkit-transition: 0.5s;
}
.body_box .about_div .menu_div h6 .active_a{
	background: #135e9d;
	border: 1px solid #135e9d;
	color: #fff;
}
.body_box .about_div .menu_div h6 a:hover{
	background: #135e9d;
	border: 1px solid #135e9d;
	color: #fff;
}
.body_box .about_div .menu_div p{
	height: 35px;
	line-height: 35px;
	background: #f3f7fa;
	display: inline-block;
	padding: 0 40px;
}
.body_box .about_div .menu_div p a{
	display: inline-block;
	font-size: 14px;
	color: #000;
}
.body_box .about_div .menu_div p .active_a{
	color: #135e9d;
}
.body_box .about_div .menu_div p a:hover{
	color: #135e9d;
}
.body_box .about_div .menu_div p i{
	display: inline-block;
	margin: 0 12px;
	font-size: 14px;
	color: #000;
}
.body_box .about_div .course_ul1{
	padding: 48px 0 80px;
}
.body_box .about_div .course_ul1 li{
	height: 34px;
	line-height: 34px;
	border-bottom: 1px dashed #c8c8c8;
	margin-bottom: 12px;
}
.body_box .about_div .course_ul1 li a{
	display: block;
	font-size: 14px;
}
.body_box .about_div .course_ul1 li span{
	color: #ababab;
	display: inline-block;
	vertical-align: top;
}
.body_box .about_div .course_ul1 li p{
	color: #000;
	display: inline-block;
	width: calc(100% - 180px);
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.body_box .about_div .course_ul1 li em{
	color: #ababab;
	font-size: 12px;
	float: right;
}
.body_box .about_div .page_div{
	font-size: 0;
	text-align: center;
}
.body_box .about_div .page_div a{
	display: inline-block;
	height: 30px;
	line-height: 30px;
	background: #b1b1b1;
	font-size: 12px;
	padding: 0 12px;
	margin: 0 3px;
	color: #fff;
	transition: 0.5s;
	-webkit-transition: 0.5s;
}
.body_box .about_div .page_div .active_a{
	background: #135e9d;
}
.body_box .about_div .page_div a:hover{
	background: #135e9d;
}



.body_box .about_div .course_ul2{
	padding: 48px 0 80px;
}
.body_box .about_div .course_ul2 li{
	padding: 20px 0;
	border-bottom: 1px dashed #c8c8c8;
}
.body_box .about_div .course_ul2 li a{
	display: block;
	font-size: 0;
}
.body_box .about_div .course_ul2 li .l_div{
	color: #fff;
	background: #c9c9c9;
	width: 106px;
	text-align: center;
	box-sizing: border-box;
	padding: 14px 10px;
	vertical-align: top;
	display: inline-block;
}
.body_box .about_div .course_ul2 li .l_div strong{
	display: block;
	font-size: 36px;
	margin-bottom: 7px;
}
.body_box .about_div .course_ul2 li .l_div span{
	display: block;
	font-size: 18px;
	padding-top: 7px;
	border-top: 1px solid #a1a1a1;
}
.body_box .about_div .course_ul2 li .r_div{
	width: calc(100% - 106px);
	box-sizing: border-box;
	padding-left: 28px;
	vertical-align: top;
	display: inline-block;
}
.body_box .about_div .course_ul2 li .r_div h6{
	font-size: 20px;
	color: #373d41;
	margin-bottom: 16px;
}
.body_box .about_div .course_ul2 li .r_div p{
	font-size: 14px;
	line-height: 20px;
	color: #a1a1a2;
}



.body_box .about_div .course_ul3{
	padding: 48px 0 80px;
}
.body_box .about_div .course_ul3 li{
	padding: 20px 0;
	border-bottom: 1px dashed #c8c8c8;
}
.body_box .about_div .course_ul3 li a{
	display: block;
	font-size: 0;
}
.body_box .about_div .course_ul3 li .l_div{
	width: 250px;
	vertical-align: top;
	display: inline-block;
}
.body_box .about_div .course_ul3 li .l_div img{
	width: 100%;
	vertical-align: top;
}
.body_box .about_div .course_ul3 li .r_div{
	width: calc(100% - 250px);
	box-sizing: border-box;
	padding-left: 28px;
	vertical-align: top;
	display: inline-block;
}
.body_box .about_div .course_ul3 li .r_div h6{
	font-size: 20px;
	color: #373d41;
	margin-bottom: 16px;
	font-weight: bold;
}
.body_box .about_div .course_ul3 li .r_div p{
	font-size: 14px;
	line-height: 20px;
	color: #a1a1a2;
}
.body_box .about_div .course_ul3 li .r_div span{
    display: block;
    font-size: 14px;
    color: #828282;
	line-height: 30px;
	margin-top: 20px;
}
.body_box .about_div .course_ul3 li .r_div span em{
	margin-right: 24px;
}
.body_box .about_div .course_ul3 li .r_div span strong{
	font-size: 16px;
    color: #333;
}
.body_box .about_div .course_ul3 li .r_div span b{
	display: inline-block;
    width: 82px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: #f37902;
    color: #fff;
    vertical-align: middle;
}



.index_box{

}
.index_box h4{
	text-align: center;
	margin-bottom: 30px;
}
.index_box .left_h4{
	text-align: left;
}
.index_box h4 strong{
	text-transform: uppercase;
    font-size: 18px;
    color: #c5c5c5;
    display: inline-block;
    margin-bottom: 12px;
}
.index_box h4 span{
	font-size: 24px;
    color: #111;
    display: inline-block;
    margin-bottom: 12px;
}
.index_box h4 i{
	display: inline-block;
    height: 3px;
    width: 48px;
    background: #111;
    vertical-align: top;
}
.index_box .banner_div{
	width: 100%;
	padding-bottom: 30%;
	position: relative;
}
.index_box .banner_div .swiper-container{
	position: absolute;
	width: 100%;
	height: 100%;
}
.index_box .banner_div .swiper-slide img{
	width: 100%;
	height: 100%;
}
.index_box .w1320{
	padding: 42px 0 60px;
}
.index_box .top_div{
	background: url(../img/bg3.png) no-repeat 5% center;
}
.index_box .top_div ul{
	
}
.index_box .top_div ul li{
	float: left;
	width: 23.5%;
	margin-right: 2%;
	background: #f8f9f8;
}
.index_box .top_div ul li:nth-of-type(4){
	margin-right: 0;
}
.index_box .top_div ul li a{
	display: block;
}
.index_box .top_div ul li .div1{
	position: relative;
	width: 100%;
	padding-bottom: 65%;
	overflow: hidden;
}
.index_box .top_div ul li .div1 img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transition: 0.5s;
	-webkit-transition: 0.5s;
}
.index_box .top_div ul li .div1 span{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	font-size: 24px;
	font-weight: bold;
	height: 32px;
	line-height: 32px;
	color: #fff;
	border-bottom: 2px solid #fff;
}
.index_box .top_div ul li .div2{
	padding: 24px;
}
.index_box .top_div ul li .div2 h6{
	font-size: 20px;
	color: #373d41;
	font-weight: bold;
	margin-bottom: 18px;
}
.index_box .top_div ul li .div2 p{
	font-size: 14px;
	color: #777;
	line-height: 24px;
	text-align: justify;
	text-indent: 28px;
	margin-bottom: 32px;
}
.index_box .top_div ul li .div2 span{
	display: inline-block;
	height: 37px;
	line-height: 37px;
	background: #0269c0;
	padding: 0 12px;
	border-radius: 4px;
	color: #fff;
}
.index_box .top_div ul li:hover .div1 img{
	-webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.index_box .middle_div{
	background: #f8f9f8;
	overflow: hidden;
}
.index_box .middle_div .l_div{
	float: left;
	width: 65%;
	box-sizing: border-box;
	padding-right: 5%;
}
.index_box .middle_div .l_div p{
	font-size: 14px;
	line-height: 24px;
	color: #777;
	margin-top: 34px;
	text-indent: 28px;
}
.index_box .middle_div .l_div div{
	margin-top: 68px;
	width: 200%;
	position: relative;
}
.index_box .middle_div .l_div div img{
	
}
.index_box .middle_div .r_div{
	float: left;
	width: 35%;
}
.index_box .bottom_div{

} 
.index_box .bottom_div .l_div{
	float: left;
	width: 35%;
} 
.index_box .bottom_div .l_div a{
	display: block;
} 
.index_box .bottom_div .l_div i{
	display: block;
	overflow: hidden;
} 
.index_box .bottom_div .l_div i img{
	vertical-align: top;
	width: 100%;
	transition: 0.5s;
	-webkit-transition: 0.5s;
} 
.index_box .bottom_div .l_div:hover i img{
	-webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.index_box .bottom_div .l_div p{
	padding: 21px 24px;
	background: #373d41;
} 
.index_box .bottom_div .l_div p strong{
	font-size: 16px;
	color: #fff;
	display: block;
} 
.index_box .bottom_div .l_div p em{
	display: block;
	width: 36px;
	height: 3px;
	background: #fff;
	margin: 16px 0 13px;
} 
.index_box .bottom_div .l_div p span{
	display: block;
	font-size: 14px;
	color: #a1a1a2;
	line-height: 20px;
	margin-bottom: 30px;
} 
.index_box .bottom_div .l_div p i{
	float: right;
	width: 50px;
	height: 26px;
	background: url(../img/tb6.jpg) no-repeat;
	background-size: 100% 100%;
} 
.index_box .bottom_div .r_div{
	float: left;
	width: 65%;
	box-sizing: border-box;
	padding-left: 3%;
}
.index_box .bottom_div .r_div a{
	display: block;
	font-size: 0;
	margin-bottom: 10px;
}
.index_box .bottom_div .r_div a .l_p{
	color: #fff;
    background: #c9c9c9;
    width: 106px;
    text-align: center;
    box-sizing: border-box;
    padding: 14px 10px;
    vertical-align: top;
    display: inline-block;
}
.index_box .bottom_div .r_div a .l_p strong{
	display: block;
    font-size: 36px;
    margin-bottom: 7px;
}
.index_box .bottom_div .r_div a .l_p span{
	display: block;
    font-size: 18px;
    padding-top: 7px;
    border-top: 1px solid #a1a1a1;
}
.index_box .bottom_div .r_div a .r_p{
	width: calc(100% - 106px);
    box-sizing: border-box;
	padding: 10px 28px;
	height: 97px;
    vertical-align: top;
	display: inline-block;
	background: #f8f9f8;
}
.index_box .bottom_div .r_div a .r_p strong{
	font-size: 18px;
	font-weight: normal;
	display: block;
    color: #373d41;
    margin-bottom: 16px;
}
.index_box .bottom_div .r_div a .r_p span{
	font-size: 14px;
	display: block;
	line-height: 20px;
	max-height: 40px;
	overflow: hidden;
    color: #a1a1a2;
}
.index_box .bottom_div .link_p{
	float: left;
	width: 100%;
	text-align: center;
	margin-top: 30px;
}
.index_box .bottom_div .link_p a{
	display: inline-block;
	margin: 0 auto;
	width: 80px;
	text-align: center;
	height: 25px;
	line-height: 25px;
	border: 1px solid #191919;
	font-size: 12px;
	color: #000;
}



.recruitment_box .w1320{
	padding: 30px 0 30px 0;

}
.recruitment_box .banner_div{
	width: 100%;
	padding-bottom: 30%;
	position: relative;
}
.recruitment_box .banner_div .swiper-container{
	position: absolute;
	width: 100%;
	height: 100%;
}
.recruitment_box .banner_div .swiper-slide img{
	width: 100%;
}
.recruitment_box h4{
    text-align: center;
    margin-bottom: 30px;
}
.recruitment_box h4 strong{
	text-transform: uppercase;
    font-size: 18px;
    color: #c5c5c5;
    display: inline-block;
    margin-bottom: 12px;
}
.recruitment_box h4 span{
	font-size: 24px;
    color: #111;
    display: inline-block;
    margin-bottom: 12px;
}
.recruitment_box h4 i{
	display: inline-block;
    height: 3px;
    width: 48px;
    background: #111;
    vertical-align: top;
}
.recruitment_box h5{
	margin-bottom: 30px;
	font-size: 0;
}
.recruitment_box h5 strong{
	font-size: 22px;
	color: #272727;
	display: inline-block;
	height: 22px;
	border-left: 3px solid #135e9d;
	padding-left: 8px;
	margin-right: 5px;
}
.recruitment_box .ts_h5{
	 
}
.recruitment_box .ts_h5 strong:first-of-type{
	padding-left: 0;
	border-left: 0;
}
.recruitment_box .ts_h5 strong{
	color: #c3c2c2;
}
.recruitment_box .ts_h5 .active_s{
	color: #000; 
}
.recruitment_box h5 a{
	font-size: 12px;
	color: #7e7e7e;
}
.recruitment_box .div1{
	margin-top:1%;
}
.recruitment_box .div1 .l_div{
	float: left;
	width: 40%;
	background: #fbfafa;
	padding:1% 1% 1% 14.5%;
}
.recruitment_box .div1 .l_div dl{

}
.recruitment_box .div1 .l_div dl dt{
	width: 45%;
	float: left;
	box-sizing: border-box;
	padding: 5px;
	background: #fff;
	border: 1px solid #e3e3e3;
        margin-top: 15px;
}
.recruitment_box .div1 .l_div dl dt img{
	width: 100%;
	vertical-align: top;
}
.recruitment_box .div1 .l_div dl dd{
	width: 55%;
	float: left;
	box-sizing: border-box;
	padding-left: 20px;
}
.recruitment_box .div1 .l_div dl dd h6{
	font-size: 18px;
	color: #000;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.recruitment_box .div1 .l_div dl dd p{
	font-size: 14px;
	color: #828282;
	line-height: 20px;
	border-bottom: 1px dashed #828282;
	padding-bottom: 14px;
	margin-top: 16px;
}
.recruitment_box .div1 .l_div dl dd a{
	display: block;
	font-size: 14px;
	color: #111;
	margin-top: 16px;
}
.recruitment_box .div1 .l_div dl dd a::before{
	content: "";
    width: 4px;
    height: 4px;
    background: #999;
    margin-right: 6px;
    display: inline-block;
    vertical-align: middle;
    margin-top: -2px;
}
.recruitment_box .div1 .l_div dl dd a em{
	float: right;
}
.recruitment_box .div1 .r_div{
	width: 30%;
	float: left;
	box-sizing: border-box;
	padding-left: 40px;
        padding-top: 13px;
}
.recruitment_box .div1 .r_div ul{
	
}
.recruitment_box .div1 .r_div ul li{
	padding: 12px 0;
	border-bottom: 1px dashed #828282;
}
.recruitment_box .div1 .r_div ul li a{
	font-size: 0;
	display: block;
	position: relative;
}
.recruitment_box .div1 .r_div ul li i{
	display: inline-block;
	vertical-align: top;
	width: 20%;
	box-sizing: border-box;
	padding: 5px;
	border: 1px solid #cfcfcf;
}
.recruitment_box .div1 .r_div ul li i img{
	width: 100%;
}
.recruitment_box .div1 .r_div ul li p{
	display: inline-block;
	vertical-align: top;
	width: 70%;
	box-sizing: border-box;
	padding-left: 12px;
}
.recruitment_box .div1 .r_div ul li p strong{
	display: block;
	font-size: 16px;
	color: #000;
	margin-bottom: 10px;
}
.recruitment_box .div1 .r_div ul li p span{
	font-size: 12px;
	color: #828282;
	line-height: 20px;
}
.recruitment_box .div1 .r_div ul li p em{
	position: absolute;
	font-size: 12px;
	color: #cb0000;
	right: 0;
	bottom: 0;
}
.recruitment_box .div2{
margin:1% auto;

}
.recruitment_box .div2 .l_div{
	width: 50%;
	float: left;
	box-sizing: border-box;
	
	padding-left:15%;
	padding-top: 1%;
}
.recruitment_box .div2 .l_div p{
	padding-left: 10%;
 
}
.recruitment_box .div2 .l_div p a{
	display: block;
	font-size: 14px;
	color: #111;
	margin-bottom: 14px;
}
.recruitment_box .div2 .l_div p a::before{
	content: "";
    width: 4px;
    height: 4px;
    background: #999;
    margin-right: 6px;
    display: inline-block;
    vertical-align: middle;
    margin-top: -2px;
}
.recruitment_box .div2 .l_div p a i{
	float: right;
}
.recruitment_box .div3{
	background: #e9f7fd;
}
.recruitment_box .div3 .ts_p{
	text-align: center;
	margin-bottom: 15px;
}
.recruitment_box .div3 .ts_p a{
	display: inline-block;
    width: 130px;
    height: 40px;
    box-sizing: border-box;
    border: 1px solid #e3e3e3;
	margin: 0 6px;
	background: #fff;
    line-height: 38px;
    text-align: center;
    font-size: 18px;
    color: #000;
    transition: 0.5s;
    -webkit-transition: 0.5s;
}
.recruitment_box .div3 .ts_p .active_a{
	background: #135e9d;
    border: 1px solid #135e9d;
    color: #fff;
}
.recruitment_box .div3 .ts_p a:hover{
	background: #135e9d;
    border: 1px solid #135e9d;
    color: #fff;
}
.recruitment_box .div3 .ts_div{

}
.recruitment_box .div3 .ts_div>div{
	display: none;
}
.recruitment_box .div3 .ts_div>.active_div{
	display: block;
}
.recruitment_box .div3 .ts_div .boxidv{
	float: left;
	width: 20%;
	box-sizing: border-box;
	padding: 15px;
	background: #fff;
}
.recruitment_box .div3 .ts_div .boxidv i{
	display: block;
	width: 100%;
	padding-bottom: 50%;
	position: relative;
}
.recruitment_box .div3 .ts_div .boxidv i img{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.recruitment_box .div3 .ts_div .boxidv i span{
	font-size: 24px;
	color: #fff;
	position: absolute;
	width: 100%;
	text-align: center;
	height: 24px;
	margin: auto;
	top: 0;
	bottom: 0;
	font-weight: bold;
}
.recruitment_box .div3 .ts_div .boxidv p{
	padding: 6px;
	height: 200px;
	background: #f9f9f9;
}
.recruitment_box .div3 .ts_div .boxidv p span{
	display: block;
	margin-top: 18px;
	font-size: 14px;
	color: #111;
}
.recruitment_box .div3 .ts_div .boxidv p span a{
	
	color: #111;
}
.recruitment_box .div3 .ts_div .boxidv p span::before{
	content: "";
    width: 4px;
    height: 4px;
    background: #999;
    margin-right: 6px;
    display: inline-block;
    vertical-align: middle;
    margin-top: -2px;
}
.recruitment_box .div4{
	border-bottom: 1px solid #e5e5e5;
}
.recruitment_box .div4 h4{
	width: 25%;
	text-align: left;
	float: left;
}
.recruitment_box .div4 .boxmian{
	width: 25%;
	float: left;
	box-sizing: border-box;
	padding: 0 15px;
}
.recruitment_box .div4 .boxmian i{
	display: block;
	width: 100%;
	padding-bottom: 40%;
	position: relative;
}
.recruitment_box .div4 .boxmian i img{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.recruitment_box .div4 .boxmian i span{
	font-size: 24px;
	position: absolute;
	top: 10px;
	left: 10px;
	color: #fff;
	font-weight: bold;
}
.recruitment_box .div4 .boxmian p{

}
.recruitment_box .div4 .boxmian p span{
	display: block;
    margin-top: 18px;
    font-size: 14px;
    color: #111;
}
.recruitment_box .div4 .boxmian p span a{

    color: #111;
}
.recruitment_box .div4 .boxmian p span::before{
	content: "";
    width: 4px;
    height: 4px;
    background: #999;
    margin-right: 6px;
    display: inline-block;
    vertical-align: middle;
    margin-top: -2px;
}
.recruitment_box .div5{
	padding-top: 15px;
	background: url(../img/bg5.jpg) repeat-x;
}
.recruitment_box .div5 .w1320 div{
	width: 23%;
	margin-right: 2%;
	float: left;
}
.recruitment_box .div5 .w1320 div p{
	margin-bottom: 16px;
	font-size: 14px;
	color: #111;
}
.recruitment_box .div5 .w1320 div p a{
	color: #111;
}
.recruitment_box .div5 .w1320 div p::before{
	content: "";
    width: 4px;
    height: 4px;
    background: #999;
    margin-right: 6px;
    display: inline-block;
    vertical-align: middle;
    margin-top: -2px;
}
.recruitment_box .div5 .w1320 div:nth-of-type(4){
	margin-right: 0;
}


@media only screen and (max-width:1300px ) {
	.w1320{
		width: 94%;
	}
}
@media only screen and (max-width:1200px ) {
	.head_box .title_div .i1{
		display: none;
	}
	.body_box .top_div{
		position: relative;
		padding-bottom: 240px;
	}
	.body_box .top_div img{
		height: 100%;
		width: auto;
		position: absolute;
		top: 0;
		left: 50%;
		transform: translate(-50%,0);
	}
	.index_box .top_div ul li .div1 img{
		transform: translate(0,0);
	}
	.index_box .top_div{
		padding-bottom: 0;
	}
	.index_box .top_div ul li{
		width: 49%;
		margin-right: 2%;
		margin-bottom: 15px;
	}
	.index_box .top_div ul li:nth-of-type(2),
	.index_box .top_div ul li:nth-of-type(4){
		margin-right: 0;
	}
	.index_box .middle_div .r_div{
		display: none;
	}
	.index_box .middle_div .l_div{
		width: 100%;
		padding-right: 0;
		
	}
	.index_box .middle_div .l_div div{
		width: 100%;
		font-size: 0;
	}
	.index_box .middle_div .l_div div img{
		width: 50%;
	}
	.recruitment_box .div1 .l_div{
		width: 100%;
		padding-left: 0;
	}
	.recruitment_box .div1 .r_div{
		width: 100%;
		padding-left: 0;
		margin-top: 40px;
	}
	.recruitment_box .ts_h5{
		text-align: left;
	}
	.recruitment_box .div1 .r_div ul li i{
		width: 10%;
	}
	.recruitment_box .div1 .r_div ul li p{
		padding-top: 10px;
	}
	.recruitment_box .div4 h4{
		display: block;
		width: 100%;
		text-align: center;
	}
	.recruitment_box .div4 a{
		width: 33.33%;
	}
	.recruitment_box .div5 .w1320 div{
		width: 49%;
		margin-right: 2%;
		margin-bottom: 15px;
	}
	.recruitment_box .div5 .w1320 div:nth-of-type(2),
	.recruitment_box .div5 .w1320 div:nth-of-type(4){
		margin-right: 0;
	}
}
@media only screen and (max-width:1000px ) {
	.body_box .left_div{
		display: none;
	}
	.body_box .right_div{
		width: 100%;
		padding-left: 0;
	}
	.login_head_box>span{
		display: none;
	}
	.index_box .middle_div .l_div div img{
		width: 100%;
	}
	.index_box .bottom_div .l_div{
		width: 100%;
	}
	.index_box .bottom_div .r_div{
		width: 100%;
		padding-left: 0;
		padding-top: 20px;
	}
	.recruitment_box .div1 .l_div dl dt{
		width: 100%;
	}
	.recruitment_box .div1 .l_div dl dd{
		width: 100%;
		padding-left: 0;
		padding-top: 15px;
	}
	.recruitment_box .div1 .r_div ul li i{
		display: none;
	}
	.recruitment_box .div1 .r_div ul li p{
		padding-left: 0;
	}
	.recruitment_box .ts_h5{
		margin-bottom: 10px;
	}
	.recruitment_box .div2 .l_div{
		width: 100%;
		padding-left: 0;
		padding-right:0;
			}
	
	.recruitment_box .div2 .l_div:first-of-type{
		margin-bottom: 20px;
	}
	.recruitment_box .div2 .l_div p{
		padding-left: 0;
	}
	.recruitment_box .div3 .ts_div a p{
		display: none;
	}
	.recruitment_box .div3 .ts_div a{
		width: 33.33%;
	}
	.recruitment_box .div4 a p{
		display: none;
	}
}
@media only screen and (max-width:768px ) {
	.body_box .w1320{
		padding: 12px 0 30px;
	}
	.recruitment_box .w1320{
		padding: 40px 0;
	}
	.head_box .link_div{
		display: none;
	}
	.head_box{
		border-bottom: 1px solid #ccc;
	}
	.head_box .title_div .m_div{
		display: block;
	}
	.head_box .title_div{
		padding: 0;
		height: 60px;
	}
	.head_box .title_div>a{
		width: 260px;
		height: 50px;
		background: url(../img/login.png) no-repeat left;
		background-size: contain;
		margin-top: 5px;
	}
	.foot_box .left_form h5{
		font-size: 20px;
	}
	.foot_box .left_form{
		width: 100%;
	}
	.foot_box .right_div{
		display: none;
	}
	.foot_box .left_form input{
		width: 100%;
	}
	.foot_box .left_form textarea{
		width: 100%;
	}
	.foot_box .bottom_div{
		display: none;
	}
	.head_box .title_div .i2{
		display: none;
	}
	.body_box .top_div{
		padding-bottom: 200px;
	}
	.body_box .top_div img{
		max-height: 200px;
	}
	.body_box .about_div .content_p span{
		height: auto;
	}
	.body_box .about_div .content_p span a{
		display: block;
		margin: 0 auto;
	}
	.body_box .about_div .content_p span em{
		display: block;
		margin: 0 auto;
	}
	.body_box .about_div .content_p{
		padding-top: 0;
	}
	.body_box .about_div .content_div div{
		padding-top: 0;
	}
	.body_box .about_div .content_div div a{
		/* display: block; */
		/* float: none !important; */
		/* text-align: left; */
		/* margin-top: 15px; */
	}
	.body_box .about_div .menu_div h6 a{
		font-size: 14px;
		width: 20%;
	}
	.body_box .about_div .menu_div p{
		padding: 0 4px;
	}
	.body_box .about_div .menu_div p i{
		margin: 0 5px;
	}
	.body_box .about_div .course_ul1{
		padding: 24px 0 40px;
	}
	.body_box .about_div .page_div a{
		display: none;
	}
	.body_box .about_div .page_div .page_a{
		display: inline-block;
	}
	.body_box .about_div .course_ul2 li .l_div{
		width: 100%;
	}
	.body_box .about_div .course_ul2 li .r_div{
		width: 100%;
		padding-left: 0;
		padding-top: 15px;
	}
	.body_box .about_div .course_ul2{
		padding: 24px 0 40px;
	}
	.body_box .about_div .course_ul3 li .l_div{
		width: 100%;
	}
	.body_box .about_div .course_ul3 li .r_div{
		width: 100%;
		padding-left: 0;
		padding-top: 15px;
	}
	.body_box .about_div .course_ul3{
		padding: 24px 0 40px;
	}
	.login_head_box{
		padding: 0;
		height: 60px;
	}
	.login_head_box>a{
		width: 260px;
		height: 50px;
		background: url(../img/login.png) no-repeat left;
		background-size: contain;
		margin-top: 5px;
	}
	.login_foot_box{
		padding: 20px;
	}
	.login_foot_box span{
		margin-top: 15px;
	}
	.login_foot_box p i{
		margin: 0 5px;
	}
	.login_body_box form{
		width: 94%;
		background-size: 100%;
	}
	.login_head_box>em{
		font-size: 0;
		margin-top: 16px;
	}
	.login_head_box>em a{
		font-size: 14px;
	}
	.register_body_box{
		padding: 20px 0;
	}
	.index_box .top_div ul li{
		width: 100%;
		margin-right: 0;
	}
	.index_box .top_div ul li .div1 img{
		max-height: 100%;
	}
	.index_box .top_div{
		padding-bottom: 0;
	}
	.index_box .bottom_div .r_div a .l_p{
		width: 100%;
	}
	.index_box .bottom_div .r_div a .r_p{
		width: 100%;
		padding: 10px;
	}
	.index_box .banner_div{
		padding-bottom: 50%;
	}
	.index_box .banner_div .swiper-slide img{
		height:auto;
		/*width: auto;*/
	}
	.recruitment_box .div3 .ts_div a{
		width: 100%;
	}
	.recruitment_box .div3 .ts_p a{
		margin: 6px;
	}
	.recruitment_box .div4 a{
		width: 100%;
		padding: 15px;
	}
	.recruitment_box .div5 .w1320 div{
		width: 100%;
	}
	.recruitment_box .banner_div{
		padding-bottom: 50%;
	}
    .recruitment_box .div3 .ts_div .boxidv{
	width: 100%;
	}
	.recruitment_box .div4 .boxmian {
    width: 100%;
	}

}


#showsxs .active{display:block;}
.shouw {display:none;}




